Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / FlexGridDetailProvider<TItem> Class
Fields Properties Methods

In This Topic
    FlexGridDetailProvider<TItem> Class Members
    In This Topic

    The following tables list the members exposed by FlexGridDetailProvider<TItem>.

    Public Constructors
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Identifies the DetailCollapsedIconTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DetailExpandedIconTemplate dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the DetailVisibilityMode dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the Height dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the ShowExpandButton dependency property.  
    Top
    Public Properties
     NameDescription
    Public Property  
    Public PropertyGets or sets the template used to create the icon displayed when the detail row is collapsed.  
    Public PropertyGets or sets the template used to create the icon displayed when the detail row is expanded.  
    Public PropertyOccurs when the detail cell is being created.  
    Public PropertyGets or sets the detail visibility mode.  
    Public PropertyGets or sets the height of the details.  
    Public PropertyGets or sets whether to show the expand/collapse buttons in the row headers.  
    Top
    Public Methods
     NameDescription
    Public MethodAttaches the behavior to a Microsoft.AspNetCore.Components.ComponentBase. (Inherited from C1.Blazor.Core.C1Behavior<FlexGrid>)
    Public MethodDetaches the behavior from the Microsoft.AspNetCore.Components.ComponentBase. (Inherited from C1.Blazor.Core.C1Behavior<FlexGrid>)
    Public Method (Inherited from C1.Blazor.Core.C1Behavior<FlexGrid>)
    Public MethodHides the detail row.  
    Public MethodDetermines whether the detail row is visible.  
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Public MethodShows the detail row.  
    Top
    See Also